home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / GoldWave 5.08 / gwave508.exe / GoldWave.exe / 0 / RCDATA / TCUEFORM / TCUEFORM.txt
Encoding:
Text File  |  2004-06-10  |  6.3 KB  |  263 lines

  1. inherited CueForm: TCueForm
  2.   Caption = 'Cue Points'
  3.   ClientHeight = 272
  4.   ClientWidth = 376
  5.   OnClose = FormClose
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object CueListLabel: TStaticText [0]
  9.     Left = 8
  10.     Top = 5
  11.     Width = 47
  12.     Height = 17
  13.     Caption = '&Cue list:'
  14.     FocusControl = List
  15.     TabOrder = 0
  16.   end
  17.   inherited ButtonCancel: TButton [1]
  18.     Left = 294
  19.     Top = 74
  20.     Anchors = [akTop, akRight]
  21.     TabOrder = 6
  22.     Visible = False
  23.   end
  24.   inherited ButtonOk: TButton [2]
  25.     Left = 294
  26.     Top = 10
  27.     Anchors = [akTop, akRight]
  28.     Caption = 'Close'
  29.     TabOrder = 5
  30.   end
  31.   inherited ButtonHelp: THelpButton
  32.     Left = 294
  33.     Top = 42
  34.     Anchors = [akTop, akRight]
  35.     TabOrder = 7
  36.     HelpKey = 'tool_cuepoints'
  37.   end
  38.   object List: TListView
  39.     Left = 8
  40.     Top = 22
  41.     Width = 275
  42.     Height = 211
  43.     Columns = <
  44.       item
  45.         Caption = 'Position'
  46.         Width = 100
  47.       end
  48.       item
  49.         AutoSize = True
  50.         Caption = 'Name'
  51.       end>
  52.     HideSelection = False
  53.     ReadOnly = True
  54.     RowSelect = True
  55.     PopupMenu = ListMenu
  56.     SortType = stData
  57.     TabOrder = 1
  58.     ViewStyle = vsReport
  59.     OnColumnClick = ListColumnClick
  60.     OnCompare = ListCompare
  61.     OnDblClick = ListDblClick
  62.   end
  63.   object NewButton: TButton
  64.     Left = 21
  65.     Top = 241
  66.     Width = 75
  67.     Height = 25
  68.     Action = New
  69.     Anchors = [akLeft, akBottom]
  70.     Caption = '&New...'
  71.     TabOrder = 2
  72.   end
  73.   object EditButton: TButton
  74.     Left = 106
  75.     Top = 241
  76.     Width = 75
  77.     Height = 25
  78.     Action = Edit
  79.     Anchors = [akLeft, akBottom]
  80.     Caption = '&Edit...'
  81.     TabOrder = 3
  82.   end
  83.   object DeleteButton: TButton
  84.     Left = 191
  85.     Top = 241
  86.     Width = 75
  87.     Height = 25
  88.     Action = Delete
  89.     Anchors = [akLeft, akBottom]
  90.     Caption = '&Delete'
  91.     TabOrder = 4
  92.   end
  93.   object SplitButton: TButton
  94.     Left = 293
  95.     Top = 144
  96.     Width = 75
  97.     Height = 25
  98.     Action = Split
  99.     Anchors = [akTop, akRight]
  100.     TabOrder = 9
  101.   end
  102.   object SilenceButton: TButton
  103.     Left = 293
  104.     Top = 176
  105.     Width = 75
  106.     Height = 25
  107.     Action = Auto
  108.     Anchors = [akTop, akRight]
  109.     TabOrder = 10
  110.   end
  111.   object CopyButton: TButton
  112.     Left = 294
  113.     Top = 112
  114.     Width = 75
  115.     Height = 25
  116.     Action = Copy
  117.     TabOrder = 8
  118.   end
  119.   object LoadAll: TBitton
  120.     Left = 297
  121.     Top = 241
  122.     Width = 30
  123.     Height = 25
  124.     Image.Data = {
  125.       F6000000424DF600000000000000760000002800000010000000100000000100
  126.       0400000000008000000000000000000000001000000000000000000000000000
  127.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  128.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  129.       88888888888888888888000000000008888800333333333088880B0333333333
  130.       08880FB03333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
  131.       88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
  132.       8008888888880888080888888888800088888888888888888888}
  133.     FocusAllowed = True
  134.     Action = Import
  135.     ParentShowHint = False
  136.     ShowHint = True
  137.     TabStop = True
  138.     TabOrder = 11
  139.   end
  140.   object SaveAll: TBitton
  141.     Left = 335
  142.     Top = 241
  143.     Width = 30
  144.     Height = 25
  145.     Image.Data = {
  146.       F6000000424DF600000000000000760000002800000010000000100000000100
  147.       0400000000008000000000000000000000001000000000000000000000000000
  148.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  149.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  150.       8888880000000000000880330000008803088033000000880308803300000088
  151.       0308803300000000030880333333333333088033000000003308803088888888
  152.       0308803088888888030880308888888803088030888888880308803088888888
  153.       0008803088888888080880000000000000088888888888888888}
  154.     FocusAllowed = True
  155.     Action = Export
  156.     ParentShowHint = False
  157.     ShowHint = True
  158.     TabStop = True
  159.     TabOrder = 12
  160.   end
  161.   object ActionList: TActionList
  162.     Left = 298
  163.     Top = 205
  164.     object New: TAction
  165.       Caption = 'New...'
  166.       OnExecute = NewExecute
  167.     end
  168.     object Edit: TAction
  169.       Caption = 'Edit...'
  170.       OnExecute = EditExecute
  171.       OnUpdate = CueSelectedEnable
  172.     end
  173.     object Delete: TAction
  174.       Caption = 'Delete'
  175.       OnExecute = DeleteExecute
  176.       OnUpdate = CueSelectedEnable
  177.     end
  178.     object Split: TAction
  179.       Caption = 'Split File...'
  180.       OnExecute = SplitExecute
  181.       OnUpdate = CueExistsEnable
  182.     end
  183.     object Auto: TAction
  184.       Caption = 'Auto Cue...'
  185.       OnExecute = AutoExecute
  186.     end
  187.     object SetStart: TAction
  188.       Caption = 'Set Start Marker'
  189.       OnExecute = SetStartExecute
  190.       OnUpdate = CueBeforeFinishEnable
  191.     end
  192.     object SetFinish: TAction
  193.       Caption = 'Set Finish Marker'
  194.       OnExecute = SetFinishExecute
  195.       OnUpdate = CueBeforeStartEnable
  196.     end
  197.     object MoveToStart: TAction
  198.       Caption = 'Move To Start Marker'
  199.       OnExecute = MoveToStartExecute
  200.       OnUpdate = CueSelectedEnable
  201.     end
  202.     object MoveToFinish: TAction
  203.       Caption = 'Move To Finish Marker'
  204.       OnExecute = MoveToFinishExecute
  205.       OnUpdate = CueSelectedEnable
  206.     end
  207.     object Copy: TAction
  208.       Caption = 'Copy All'
  209.       OnExecute = CopyExecute
  210.       OnUpdate = CueExistsEnable
  211.     end
  212.     object Export: TAction
  213.       Caption = 'Export'
  214.       Hint = 'Export to CD cue file'
  215.       OnExecute = ExportExecute
  216.       OnUpdate = CueExistsEnable
  217.     end
  218.     object Import: TAction
  219.       Caption = 'Import'
  220.       Hint = 'Import from CD cue file'
  221.       OnExecute = ImportExecute
  222.     end
  223.   end
  224.   object ListMenu: TPopupMenu
  225.     Left = 336
  226.     Top = 205
  227.     object Delete1: TMenuItem
  228.       Action = Edit
  229.     end
  230.     object Delete2: TMenuItem
  231.       Action = Delete
  232.     end
  233.     object SetFinishMarker1: TMenuItem
  234.       Action = SetStart
  235.     end
  236.     object SetFinishMarker2: TMenuItem
  237.       Action = SetFinish
  238.     end
  239.     object MoveToFinishMarker1: TMenuItem
  240.       Action = MoveToStart
  241.     end
  242.     object MoveToFinishMarker2: TMenuItem
  243.       Action = MoveToFinish
  244.     end
  245.   end
  246.   object OpenCue: TOpenDialog
  247.     DefaultExt = 'cue'
  248.     Filter = 'Cue (*.cue)|*.cue|All (*.*)|*.*'
  249.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  250.     Title = 'Import Cue Points'
  251.     Left = 202
  252.     Top = 2
  253.   end
  254.   object SaveCue: TSaveDialog
  255.     DefaultExt = 'cue'
  256.     Filter = 'Cue (*.cue)|*.cue|All (*.*)|*.*'
  257.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  258.     Title = 'Export Cue Points'
  259.     Left = 232
  260.     Top = 2
  261.   end
  262. end
  263.